[INFO] cloning repository https://github.com/SpaceAceMonkey/claude-ai-cli-llm-generated
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SpaceAceMonkey/claude-ai-cli-llm-generated" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSpaceAceMonkey%2Fclaude-ai-cli-llm-generated", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSpaceAceMonkey%2Fclaude-ai-cli-llm-generated'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7c5cbcbd1754dccc2f4543b8124629cfedd26031
[INFO] checking SpaceAceMonkey/claude-ai-cli-llm-generated against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSpaceAceMonkey%2Fclaude-ai-cli-llm-generated" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SpaceAceMonkey/claude-ai-cli-llm-generated
[INFO] finished tweaking git repo https://github.com/SpaceAceMonkey/claude-ai-cli-llm-generated
[INFO] tweaked toml for git repo https://github.com/SpaceAceMonkey/claude-ai-cli-llm-generated written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SpaceAceMonkey/claude-ai-cli-llm-generated on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SpaceAceMonkey/claude-ai-cli-llm-generated already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded onig v6.5.1
[INFO] [stderr]   Downloaded plist v1.7.3
[INFO] [stderr]   Downloaded onig_sys v69.9.1
[INFO] [stderr]   Downloaded arboard v3.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 45bc95b8878052f6f419fb4822d2b0943094713d49de976ec90e401462438d6a
[INFO] running `Command { std: "docker" "start" "45bc95b8878052f6f419fb4822d2b0943094713d49de976ec90e401462438d6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "45bc95b8878052f6f419fb4822d2b0943094713d49de976ec90e401462438d6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "45bc95b8878052f6f419fb4822d2b0943094713d49de976ec90e401462438d6a" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "45bc95b8878052f6f419fb4822d2b0943094713d49de976ec90e401462438d6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "45bc95b8878052f6f419fb4822d2b0943094713d49de976ec90e401462438d6a" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]    Compiling cc v1.2.29
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking anstyle-query v1.1.3
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking quick-xml v0.37.5
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]     Checking clap_builder v4.5.40
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking tokio v1.46.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking fd-lock v4.0.4
[INFO] [stderr]     Checking compact_str v0.7.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling onig_sys v69.9.1
[INFO] [stderr]     Checking plist v1.7.3
[INFO] [stderr]     Checking nix v0.30.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]    Compiling stability v0.2.1
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking ctrlc v3.4.7
[INFO] [stderr]     Checking ratatui v0.26.3
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking rustyline v14.0.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking quickcheck v1.0.3
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking clap v4.5.40
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking arboard v3.6.0
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking onig v6.5.1
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking syntect v5.2.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking claude_ai_cli_llm_generated v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `client` is never read
[INFO] [stdout]  --> src/client.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ConversationClient {
[INFO] [stdout]   |            ------------------ field in this struct
[INFO] [stdout] 8 |     pub client: Client,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ConversationClient` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `send_message` and `clear_conversation` are never used
[INFO] [stdout]   --> src/client.rs:32:18
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl ConversationClient {
[INFO] [stdout]    | ----------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub async fn send_message(&mut self, user_input: &str) -> Result<String> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub fn clear_conversation(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_message_for_tui` is never used
[INFO] [stdout]   --> src/tui.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn format_message_for_tui(role: &str, content: &str) -> Vec<Line<'static>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/config.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | impl ColorProfile {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] 35 |     pub fn new(name: String, description: String, config: ColorConfig) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `name` and `all` are never used
[INFO] [stdout]   --> src/config.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 66 | impl BorderStyle {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 76 |     pub fn name(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub fn all() -> Vec<BorderStyle> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_args` is never used
[INFO] [stdout]    --> src/config.rs:259:12
[INFO] [stdout]     |
[INFO] [stdout] 258 | impl ColorConfig {
[INFO] [stdout]     | ---------------- associated function in this implementation
[INFO] [stdout] 259 |     pub fn from_args(args: &Args) -> anyhow::Result<Self> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_color_config_safe` is never used
[INFO] [stdout]    --> src/config.rs:361:8
[INFO] [stdout]     |
[INFO] [stdout] 361 | pub fn load_color_config_safe() -> ColorConfig {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `save_color_profile` is never used
[INFO] [stdout]    --> src/config.rs:400:8
[INFO] [stdout]     |
[INFO] [stdout] 400 | pub fn save_color_profile(profile: &ColorProfile) -> anyhow::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_default_colors` is never used
[INFO] [stdout]    --> src/config.rs:449:8
[INFO] [stdout]     |
[INFO] [stdout] 449 | pub fn get_default_colors() -> ColorConfig {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_unicode_block` is never used
[INFO] [stdout]   --> src/ui/borders.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn create_unicode_block() -> Block<'static> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_thick_unicode_block` is never used
[INFO] [stdout]   --> src/ui/borders.rs:17:8
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn create_thick_unicode_block() -> Block<'static> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_double_unicode_block` is never used
[INFO] [stdout]   --> src/ui/borders.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn create_double_unicode_block() -> Block<'static> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_plain_unicode_block` is never used
[INFO] [stdout]   --> src/ui/borders.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn create_plain_unicode_block() -> Block<'static> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `app`
[INFO] [stdout]    --> src/config_utils_tests.rs:503:13
[INFO] [stdout]     |
[INFO] [stdout] 503 |         let app = AppState::new(
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_app`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `app`
[INFO] [stdout]    --> src/config_utils_tests.rs:526:13
[INFO] [stdout]     |
[INFO] [stdout] 526 |         let app = AppState::new(
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_app`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `client` is never read
[INFO] [stdout]  --> src/client.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ConversationClient {
[INFO] [stdout]   |            ------------------ field in this struct
[INFO] [stdout] 8 |     pub client: Client,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ConversationClient` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `send_message` and `clear_conversation` are never used
[INFO] [stdout]   --> src/client.rs:32:18
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl ConversationClient {
[INFO] [stdout]    | ----------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub async fn send_message(&mut self, user_input: &str) -> Result<String> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub fn clear_conversation(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_message_for_tui` is never used
[INFO] [stdout]   --> src/tui.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn format_message_for_tui(role: &str, content: &str) -> Vec<Line<'static>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `name` and `all` are never used
[INFO] [stdout]   --> src/config.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 66 | impl BorderStyle {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 76 |     pub fn name(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub fn all() -> Vec<BorderStyle> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_color_config_safe` is never used
[INFO] [stdout]    --> src/config.rs:361:8
[INFO] [stdout]     |
[INFO] [stdout] 361 | pub fn load_color_config_safe() -> ColorConfig {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `save_color_profile` is never used
[INFO] [stdout]    --> src/config.rs:400:8
[INFO] [stdout]     |
[INFO] [stdout] 400 | pub fn save_color_profile(profile: &ColorProfile) -> anyhow::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_unicode_block` is never used
[INFO] [stdout]   --> src/ui/borders.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn create_unicode_block() -> Block<'static> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_thick_unicode_block` is never used
[INFO] [stdout]   --> src/ui/borders.rs:17:8
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn create_thick_unicode_block() -> Block<'static> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_double_unicode_block` is never used
[INFO] [stdout]   --> src/ui/borders.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn create_double_unicode_block() -> Block<'static> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_plain_unicode_block` is never used
[INFO] [stdout]   --> src/ui/borders.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn create_plain_unicode_block() -> Block<'static> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]    --> src/config_utils_tests.rs:379:17
[INFO] [stdout]     |
[INFO] [stdout] 379 |         assert!(offset >= 0, "Scroll offset should be non-negative");
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]    --> src/config_utils_tests.rs:394:17
[INFO] [stdout]     |
[INFO] [stdout] 394 |         assert!(offset >= 0, "Small chat height should be handled");
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]    --> src/config_utils_tests.rs:398:17
[INFO] [stdout]     |
[INFO] [stdout] 398 |         assert!(offset >= 0, "Small chat width should be handled");
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]    --> src/config_utils_tests.rs:465:17
[INFO] [stdout]     |
[INFO] [stdout] 465 |         assert!(cursor_line >= 0, "Should handle Unicode cursor positioning");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]    --> src/config_utils_tests.rs:491:17
[INFO] [stdout]     |
[INFO] [stdout] 491 |         assert!(cursor_line >= 0, "Should calculate cursor line for large text");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]    --> src/config_utils_tests.rs:520:17
[INFO] [stdout]     |
[INFO] [stdout] 520 |         assert!(cursor_line >= 0, "Should calculate cursor line for app input");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.77s
[INFO] running `Command { std: "docker" "inspect" "45bc95b8878052f6f419fb4822d2b0943094713d49de976ec90e401462438d6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45bc95b8878052f6f419fb4822d2b0943094713d49de976ec90e401462438d6a", kill_on_drop: false }`
[INFO] [stdout] 45bc95b8878052f6f419fb4822d2b0943094713d49de976ec90e401462438d6a
